Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Aug 27, 2025

This PR contains the following updates:

Package Change Age Confidence
@hey-api/openapi-ts (source) 0.80.18 -> 0.83.0 age confidence

Release Notes

hey-api/openapi-ts (@​hey-api/openapi-ts)

v0.83.0

Compare Source

Minor Changes
  • feat: Symbol API
Symbol API

This release adds the Symbol API, which significantly reduces the risk of naming collisions. While the generated output should only include formatting changes, this feature introduces breaking changes to the Plugin API that affect custom plugins.

We will update the custom plugin guide once the Plugin API becomes more stable. (#​2582) (10aea89) by @​mrlubos

  • feat(pinia-colada): remove groupByTag option
Removed groupByTag Pinia Colada option

This option has been removed to provide a more consistent API across plugins. We plan to bring it back in a future release. (#​2582) (10aea89) by @​mrlubos

Patch Changes
Updated Dependencies:

v0.82.5

Compare Source

Patch Changes

v0.82.4

Patch Changes

v0.82.1

Compare Source

Patch Changes

v0.82.0

Compare Source

Minor Changes
Added Hooks API
This release adds the [Hooks API](https://heyapi.dev/openapi-ts/configuration/parser#hooks), giving you granular control over which operations generate queries and mutations. As a result, we tightened the previous behavior and POST operations no longer generate queries by default. To preserve the old behavior, add a custom matcher.

```js
export default {
  input: 'hey-api/backend', // sign up at app.heyapi.dev
  output: 'src/client',
  parser: {
    hooks: {
      operations: {
        isQuery: (op) => (op.method === 'post' ? true : undefined),
      },
    },
  },
};
```
Patch Changes

v0.81.1

Compare Source

Patch Changes

v0.81.0

Compare Source

Minor Changes

Configuration

📅 Schedule: Branch creation - "after 01:00 and before 07:00 every weekday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/hey-api-openapi-ts-0.x branch 2 times, most recently from 4564d8a to 8178e48 Compare August 28, 2025 15:59
@renovate renovate bot changed the title chore(deps): update dependency @hey-api/openapi-ts to v0.81.1 chore(deps): update dependency @hey-api/openapi-ts to v0.82.0 Aug 28, 2025
@renovate renovate bot force-pushed the renovate/hey-api-openapi-ts-0.x branch 2 times, most recently from 9365b18 to b4cd585 Compare August 31, 2025 10:08
@renovate renovate bot changed the title chore(deps): update dependency @hey-api/openapi-ts to v0.82.0 chore(deps): update dependency @hey-api/openapi-ts to v0.82.1 Aug 31, 2025
@renovate renovate bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from b4cd585 to fb4636b Compare September 1, 2025 07:53
@renovate renovate bot changed the title chore(deps): update dependency @hey-api/openapi-ts to v0.82.1 chore(deps): update dependency @hey-api/openapi-ts to v0.82.2 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from fb4636b to 6db8664 Compare September 1, 2025 10:57
@renovate renovate bot changed the title chore(deps): update dependency @hey-api/openapi-ts to v0.82.2 chore(deps): update dependency @hey-api/openapi-ts to v0.82.3 Sep 1, 2025
@renovate renovate bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 6db8664 to 937f412 Compare September 5, 2025 13:55
@renovate renovate bot changed the title chore(deps): update dependency @hey-api/openapi-ts to v0.82.3 chore(deps): update dependency @hey-api/openapi-ts to v0.82.4 Sep 5, 2025
@renovate renovate bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 937f412 to 8318a30 Compare September 7, 2025 16:55
@renovate renovate bot changed the title chore(deps): update dependency @hey-api/openapi-ts to v0.82.4 chore(deps): update dependency @hey-api/openapi-ts to v0.82.5 Sep 7, 2025
@renovate renovate bot changed the title chore(deps): update dependency @hey-api/openapi-ts to v0.82.5 chore(deps): update dependency @hey-api/openapi-ts to v0.83.0 Sep 10, 2025
@renovate renovate bot force-pushed the renovate/hey-api-openapi-ts-0.x branch from 8318a30 to 8116b19 Compare September 10, 2025 12:47
@kantord kantord closed this Sep 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants